From: Chong Yidong Date: Sat, 28 Jan 2012 02:56:35 +0000 (+0800) Subject: * lisp/cus-edit.el (customize-unsaved, customize-saved): Doc fix. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~1083 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=4cceacaf17b0b1c28fe753e4c2581b288f044439;p=emacs.git * lisp/cus-edit.el (customize-unsaved, customize-saved): Doc fix. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 283d20a7d87..585192a7dee 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -5,6 +5,7 @@ * cus-edit.el (custom-buffer-create-internal): Fix search button action (Bug#10542). + (customize-unsaved, customize-saved): Doc fix (Bug#10541). 2012-01-27 Eduard Wiebe diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el index dc8abb68bb8..0d7b0733b64 100644 --- a/lisp/cus-edit.el +++ b/lisp/cus-edit.el @@ -1357,7 +1357,7 @@ suggest to customize that face, if it's customizable." ;;;###autoload (defun customize-unsaved () - "Customize all user options set in this session but not saved." + "Customize all options and faces set in this session but not saved." (interactive) (let ((found nil)) (mapatoms (lambda (symbol) @@ -1395,7 +1395,7 @@ suggest to customize that face, if it's customizable." "*Customize Rogue*")))) ;;;###autoload (defun customize-saved () - "Customize all already saved user options." + "Customize all saved options and faces." (interactive) (let ((found nil)) (mapatoms (lambda (symbol)